2014-02-19 - 6474 - Spec - SNC ORDCHG IDOC changes to Handle unchanged items in the PO #SNCProject #ABAPSNC #abapidoc

SPECIFICATIONS

6474 - Spec - SNC - ORDCHG IDOC changes to Handle unchanged items in the PO

Purpose


ORDCHG IDOC changes to Handle unchanged items in the PO

Admin Info


Purpose
ORDCHG IDOC changes to Handle unchanged items in the PO
Requested By
Babu Vanamali
Spec Created By
Adithya Vojjal
Spec Created Date
02/19/2014
Spec QA by
Adithya
Objects
ORDCHG
Document Status
Complete

References


Prior Tickets

Documents


Functional Requirement


SNC requires the IDOC to have all of the PO data. Currently ORDCHG message type is being used for PO Change and is carrying only the changed data in to the IDOC but not the unchanged PO Items data.

Solution Summary


[Discuss this section with Requester and get approval prior to beginning work]
As per the note 888599 added the logic to include ZXM06U02. This has enable to get the unchanged data into the IDOC but it is at not at Schecule Line level.
Enhance the ORDCHG to get the changes with action type 004 for unchanged items at schedule line level.

Test Plan

[List test scenarios/cases to be executed here]

S.No
Test Scenario
Expected Results
1
Change Ex factory Date in the Purchase Order
An IDOC with message type ORDCHG is to be created with action type 002 and exfactory date updated must be there in the IDOC
2
Change Qty in NB Purchase Order
An IDOC with message type ORDCHG is to be created with action type 002 and changed quantity updated in the IDOC
3
Change Delivery Date in the Purchase Order
An IDOC with message type ORDCHG is to be created with action type 002 and changed delivery date updated in the IDOC
4
Change Shipping Instructions in the Purchase Order
An IDOC with message type ORDCHG is to be created with action type 002 and changed shipping instructions updated in the IDOC
5
Add New PO Item
An IDOC with message type ORDCHG is to be created with action type 001 and new item added updated in the IDOC
6
Add New Schedule Line in the PO Item
An IDOC with message type ORDCHG is to be created with action type 001 and new schedule line for PO item added updated in the IDOC
7
Delete the Line Item in the PO
An IDOC with message type ORDCHG is to be created with action type 003 for the deleted item in the IDOC
8
Delete the Schedule line in the PO
An IDOC with message type ORDCHG is to be created with action type 003 for the deleted schedule line in the IDOC
9


Solution Details


[Provide complete technical details for configuration or programming here]

Issues